ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientUpdatingLayout Property

In This Topic
    OnClientUpdatingLayout Property (FlexGridBase<T>)
    In This Topic
    Occurs before the grid updates its internal layout.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientUpdatingLayout As String
    public virtual string OnClientUpdatingLayout {get; set;}
    See Also